/*webkit浏览器滚动条*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
	background: #F6F6F6;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #CCC;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #CCC;
}
img{
	max-width: 100%;
	border: 0;
}
body,ul,li,p,h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
ul,li{list-style: none;}
body{	
	font-size: 16px;
	font-family: "微软雅黑";
	color: #3e4551;
}
 
a{
	color:#3e4551;
	text-decoration: none;
}
a:hover{
	color: #a80808;
	text-decoration: none;
}
.clear:after, .clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.container{width:1200px; padding:0;}
.top{
	display: inline-block; width: 100%;
	background-color: #145848;
	color: #fff;
	height: 35px; font-size: 14px;line-height: 35px;
}
.top a{color: #fff; margin-right: 14px;}
.searchbox{display: inline-block;     vertical-align: top;}
#header{
	display: block;
	color:#fff;
	position: fixed; z-index: 4;
	top: 35px; left: 0; width: 100%;
	padding: 10px 0;
	background: linear-gradient(to bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));
	transition: all 0.3s ease-in 0s;
}
#header .logo{
	float: left;
}
#header.add{
	background: none;
	background-color: rgba(20,88,72,0.9); top: 0;
}
.menu{
	float: right; 
}
/*slick*/
.slick-prev, .slick-next{width: 40px;height: 40px;}
.slick-prev:before, .slick-next:before{
	font-family: FontAwesome;
	font-size:30px;
}
.slick-next:before{
	content: "\f105";
}
.slick-prev:before{
	content: "\f104";
}

/*banner*/
.banner{
	width: 100%;
	display: block; margin:-5px 0 0;
}
.banner .slick-slide img{height:700px;width:100%; }
.banner .slick-dots{
	bottom: 0; z-index: 8;
}
.banner .slick-dots li{ }
.banner .slick-dots li button{width: 20px; height: 7px;
	padding: 0;
    background-color: #000; opacity: 0.5;
}
.banner .slick-dots li.slick-active button{
  background-color: #fff; opacity: 1;
}
.banner .slick-dots li button:before{display: none;}
.banner .slick-prev,.banner .slick-next{
	background-color: rgba(0,0,0,0.5);  z-index: 99;
	width: 60px; height: 60px;
	border-radius: 50%; border: 1px solid #fff;
	color: #fff; opacity: .6;
}
.banner .slick-prev{left: 10%;}
.banner .slick-next{right: 10%;}
.banner .slick-prev:hover,.banner .slick-next:hover{
	opacity: 1;
}


.w50per{width:48.5%;}

.title{
	display: block;	
	line-height: 50px; padding:7px 0 3px;
	margin-top:10px;
}
.title h4{
	font-size:28px;display: inline-block;
	font-weight: 500; color:#1d5f49;
}
.title span{
	font-size: 18px; color: #bbb;
}
.title .fr{
	padding:0 12px;line-height: 24px; font-size: 14px;
	color: #1d5f49; margin: 13px 0;
	background-color: #eaf5f4; border-radius: 40px;
}
.title .fr a{color:#555;}
.title .fr i{font-size:18px;margin-left: 4px;}
.HomeNews{
	margin:0; padding: 15px; border: 1px solid #d5e5e5;
}
.HomeNews li{
	display: inline-block; border-bottom:1px dashed #cadad5;
	padding:13px 0; line-height: 1.4;
	width: 100%;
}
.HomeNews.notice li:before{
	display: inline-block; content:'';
	background: url('images/tb.png') center no-repeat;
	width: 20px; height: 20px; vertical-align: middle;  
}
.HomeNews li span{
   float: right; color: #aaa;
}
/*新闻图片轮播*/
.lunbo{
	background-color: #eef5f5;
	padding: 36px 0;
	margin: 45px 0 30px;
}
.lunbo .slick-slide{padding:0 10px;}
.lunbo .slick-slide img{width:100%; height:200px;}
/*选项卡*/
.tabNav{
	display: block;	position: relative;
}
.tabNav li{
	display: inline-block; font-size: 24px;line-height: 60px;
	color: #7e8482; cursor:pointer;
	font-weight: 500; margin-right:25px;
	
}
.tabNav li.current{
	font-size:28px;color:#1d5f49;
	border-bottom: 3px solid #1d5f49;
}
.tabNav li.current a{
	display:block;
}

.tabNav li a{
	display: none;
	position: absolute; right: 0; top: 10px;
	padding:0 12px;line-height: 24px;
	color: #1d5f49; margin: 13px 0;
	font-size: 14px;
	background-color: #eaf5f4; border-radius: 40px;
}
.tabCon{
	height: 320px; overflow: hidden;
	position: relative; 
}
.tabCon ul{position: absolute;top:320px;padding-top: 5px; width: 94%; transition:all 0.3s ease-in 0s;}
.tabCon ul.cur{top: 0}
.tabCon .slick-vertical .slick-slide{
	border-bottom:1px dashed #cadad5; 
}


.weblink{
	margin: 20px 0 0;
	display: block;
}
.weblink ul{
	margin-top: 15px;
	display: flex; flex-direction: row;
	justify-content: space-between;
}
.weblink li{
	display: inline-block;
	border: 1px solid #ddd; padding: 10px;
}
.weblink li img{height: 70px;}

.foot{
	margin-top: 30px;
	padding:30px 0; 
	color: #fff; font-size: 14px;
	background:url('images/footbg.png') center top no-repeat #145848; line-height:1.6;
}
.foot .fl img{height: 60px;margin-bottom: 15px;}
.foot span{display: block;}
.foot .fr{width: 220px;}
.foot .fr h4{font-size:20px; font-weight: bold; margin:10px 0 20px; }
.foot a{color: #fff; font-size: 14px; white-space: nowrap;}
.foot li{display: inline-block; width: 48%;margin-bottom: 8px;}
.copyright{
	background-color: #0f4538; line-height: 60px;
	text-align: center; color: #fff;
}




.posBg{ 
	display: block;
	border-bottom: 1px solid #d2e4e0;
	background: #eaf4f2;
  height: 80px;line-height: 80px;
}
.leftTitle{
	width: 270px; background-color: #296759;
	color: #fff; 
	font-size: 30px; font-weight: bold;
	text-align: center;
}
.rightTitle{
	border-bottom:4px solid #296859;
	font-size: 24px; font-weight: bold; color: #296859;
	margin-left: 55px;
	line-height: 66px; margin-top: 10px;
}
.possplit{
	background: url('images/aa.gif') 0 center no-repeat;
	margin: 0 5px;
}
.leftSide{
	float: left;
	width: 270px; border: 1px solid #e7f0ee;
	background: url('images/bot.jpg') left bottom no-repeat;
	background-size: 100% auto;
	padding-bottom:180px;
	margin-bottom: 30px;
}
.rightSide{
	width: 878px;
	float: right;
}

.detail{
	float: left;
	width:100%;
	min-height: 700px;
	margin: 20px 0 20px;
}
.picbox{
	display: inline-block; width: 23.5%;margin: 0 0.5% 25px;
}
.picbox img{
	height: 190px;
}

/*修改原来的样式*/ 
/*轮播图片*/
.focus-box{
	margin-bottom: 0!important;
}
.focus-pagination{
	top: auto!important;
	bottom: 10px!important;
	padding-right: 10px!important;
}
.focus-title-bar{
	background-color: rgba(0,0,0,0.6);
	padding: 20px 0;
}
.focus-title{
	line-height: 50px;
	height: 50px;
}
.focus-page{
	border: 0!important;
}
#mybanner .focus-title-bar,#mybanner .focus-pagination{
	display: none!important;
}

 /*导航部分*/
.wp_nav { display:block; margin: 0; padding: 0;display: block; *zoom:1; width:100%}
.wp_nav * {margin: 0; padding: 0}
.wp_nav:after {clear: both;content: ".";display: block;height: 0; }
.wp_nav .nav-item { display:inline-block;width: auto; margin:0 1px; padding:12px 0 ;float:left; position:relative; vertical-align:bottom; }
.wp_nav .on { z-index:10;}
.wp_nav .nav-item .mark {display:block; background-color: transparent; width:100%; height:95%; position:absolute; left:0;top:0%; z-index:99;}
.wp_nav .nav-item a{ font-family:"Microsoft Yahei";  display:block;
  text-align:center;position:relative; z-index:100; padding:0 7px; 
  color:#fff;
}
.wp_nav .nav-item:hover a.parent/*,.wp_nav .nav-item.parent,.wp_nav .nav-item.selected*/{
	background:rgba(41,103,89,0.8); color:#fff;
}

/*.wp_nav .nav-item.parent a span.item-name,.wp_nav .nav-item.selected a span.item-name{ color:#296759;}*/

.wp_nav .nav-item a.parent {color:#000;}
.wp_nav .nav-item a span.item-name { display:inline-block; padding:0;font-size:18px; line-height:50px;cursor:pointer; font-weight:bold;}

.wp_nav .nav-item a.parent:hover span.item-name{}
.wp_nav .nav-item a.parent span.item-name{}
.wp_nav .sub-nav{border:0; background-color: rgba(41,103,89,0.9); width:140px!important; top:62px!important}
 .wp_nav .sub-nav .nav-item a{border:0;}
.wp_nav .sub-nav .nav-item a span.item-name{
   font-size:15px;  font-weight:500; padding:8px 0; color:#fff; display:block; text-align:center;
  white-space:normal;
}
.wp_nav .sub-nav .nav-item .mark{background:none;}
.wp_nav .sub-nav .nav-item{margin:0;padding:0; text-align:center;}
.wp_nav .sub-nav .nav-item a.parent:hover{
   background:rgba(41,103,89,1); 
}
/*搜索框*/
.wp_search .keyword{
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 28px;
	width: 180px!important;
	line-height: 28px;  
    vertical-align: top;
    padding: 0 10px;
}
.wp_search .search {
    background: url('images/btnbg.png') no-repeat;     
    color: #fff;
    width: 70px;
    height: 28px;
    border-radius: 5px;
    border: 0;
    cursor: pointer; 
    margin-top: 4px;
     margin-left:10px;
}
/*栏目列表样式*/
.wp_listcolumn { display:block; width:100%; border-top:0; border-bottom:0;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom;}

.wp_listcolumn .wp_column a:hover,.wp_listcolumn .wp_column a.parent,
.wp_listcolumn .wp_column a.selected { color:#fff; background-color:#e7f0eec; background-image:none;background: linear-gradient(to right,#3f786b,#d6e8e4); }
.wp_listcolumn .wp_column a:hover  .column-name, .wp_listcolumn .wp_column a.parent  .column-name,
.wp_listcolumn .wp_column a.selected  .column-name{color:#fff}
.wp_listcolumn .wp_column a.parent::after{ content:"\f054"; float:right;
   font:normal normal normal 16px/1 FontAwesome; color:#296859;
   margin:18px 10px 0 0;
}

.wp_listcolumn .wp_column a .column-name { display:inline-block;color:#354642; font-size:18px; font-weight:bold; padding:15px 10px 15px 54px; cursor:pointer;}


.wp_listcolumn .wp_column a{
	border-bottom:0px solid #e7f0ee; 
        border-top:1px solid #e7f0ee; 
	font-size: 18px;
	color: #4f554f;
	background: none;
	font-weight: 100;
}
 
.wp_listcolumn .wp_subcolumn .wp_column a{
	border-bottom: 0;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover,.wp_listcolumn .wp_subcolumn .wp_column a.selected{
	color: #fff; background:none #eac74d; border-radius:10px;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover .column-name,
.wp_listcolumn .wp_subcolumn .wp_column a.selected .column-name{color:#fff;}
.wp_listcolumn .wp_subcolumn{
	border-top:1px solid #e7f0ee; 
	padding:5px  30px 5px 60px;
	background-color: #fff;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name{
font-size:16px;color:#666; line-height:32px; font-weight:500; padding:0 0 0 25px; 
}
.wp_subcolumn li.wp_column{
	margin-bottom:3px;
}
.wp_listcolumn .wp_subcolumn .wp_column a{
	background: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected{
	color: #093d8a;
}
 
/*列表页*/
.newslist{ 
	width: 100%;
	min-height: 500px; margin:24px 0;
}
.news-li{
	display:block;
	width:100%;
	font-size:18px;
	padding:16px 8px; position: relative;
	margin-bottom: 12px;
	border-bottom:1px dashed #ddd;
}
.news-li:before{
	content:''; display: inline-block; 
	width: 8px; height: 8px; border: 2px solid #296859;
	border-radius: 50%;
  margin:0 8px;
}
.news-li span{
	float:right; color:#aaa;
	font-size:14px;
}
.page-banner{
	height: 400px; background: url('images/b2.jpg?v=2.0') top center no-repeat;
	margin-top: -5px;
}



/*详情页*/
.pagingJump:hover{
	color:#fff;
}
.biaoti3{
	font-size:32px; color:#145848;
	font-weight: bold;
	padding: 16px 0 16px;
	display: block;
	text-align: center;
}
.article{	
	line-height: 2; 
	float:left;
	width:98%;
	margin:24px 1%; 
	border-top: 1px solid #eee;

}
.wp_articlecontent{
	margin-top: 20px;
}
.article p,.article span{
	line-height: 2; font-family:"Microsoft Yahei"!important;
}
.border2{
	color: #647471; 
	text-align: center;
	display: block;
}
.border2 span{
	color: #777;
	margin-right: 20px;
}
/*师资队伍*/
.collegeName{ width:100%;
	display: block; text-align: center;
	background: url('images/line.png') bottom center no-repeat;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold; color: #296759;
	margin: 55px 0 13px;
}
.sonBox{
   display:block; width:100%; 
}
.sonBox h4{font-size:20px; font-weight:bold; color:#296759;
  padding:25px 0 10px 0; 

display:block;  text-align:center; letter-spacing:2px;
   
}
.sonBox h4::after,.sonBox h4::before{content:' \273B'; display:inline-block;  margin:0 5px; font-size:13px; vertical-align:middle; }

.tea-list{
	border: 1px solid #e4ecea; padding: 24px;
	border-radius: 15px;
}
.tea-list li{
	display: inline-block; min-width:16.3%; text-align: left;
	line-height: 36px;
}
.tea-list li a{color: #444; font-size: 18px;}


.dtjt9_div_text .dtjt9_div_text_title a{
	font-size: 16px;
}
/*详情页表格*/
.wp_articlecontent table{width: 100%!important;}
.wp_articlecontent table{   
    border: 1px solid #e7e7e7!important;
    margin-bottom: 40px;
    border-collapse: collapse;
    font-family: "Microsoft Yahei";
    font-size: 15px;
  }
  .wp_articlecontent table th{    
    font-size: 16px;
    line-height: 40px;
    padding: 5px;
    color: #11733a;
    text-align: center;
    border: 1px solid #e7e7e7!important;
    background-color: #dbe9da!important;
  }
  .wp_articlecontent table td{
    line-height: 1.5;
    padding:10px 6px;
    border: 1px solid #e7e7e7!important;
  }
  .wp_articlecontent table tr:nth-of-type(2n+1){
    background-color: #f9f9f9;
  }

.mapimg{
   width:1190px!important;
  max-width:1190px!important;
}

/*手机菜单按钮*/
.closetb{  
	font-size: 30px;
	padding: 1rem 2rem; 
	border-bottom: 0;
	line-height: 2rem;
	color: #fff; 
	text-align: right;
	display: none;
}
.m-menubtn{  
  float: right;
  line-height: 1; margin-top: 3rem;
  padding:2rem; font-size: 24px;
  text-align: center;
  color: #fff;
  display: none; 
}
@media(max-width:1280px){
   .container{width:96%;}
 

}
@media(max-width:1024px){ 
.tea-list li{width:24%;}

}


@media (max-width: 768px) {
	img{
		max-width: 100%!important;
	}
	body{background-size:auto 7.4rem; overflow-x: hidden;}
    .container{
    	width: 100%;
    	padding: 0 3%;
    }
    .top,.menu,.pages_count,.page_jump,.fr.pos,
    .two,.sz .pos,
    .page_jump,.xw .pos,
    .pages_count,.foot{
    	display: none;
    }
    #header{top: 0;}
    #header .logo{
    	width: 80%; margin-top:3rem;
    }
    .page-banner{height: 25rem; background-size: auto 25rem;}
    .m-menubtn,.closetb,.m-foot{
	    display: block;
	  }
		.banner .slick-slide img{height: 35rem;}
	
	  .news{display: flex; flex-direction: column;}
	  .news li{display: flex; flex-direction: row; justify-content: space-between;
	   white-space: nowrap;} 
	  .news li a{width:75%; overflow:hidden; text-overflow: ellipsis;}
	  .picList li,.lecture li{width:48%; margin-bottom:24px;}
	  .picList li img{height:140px;}
	  .news li::before, .news-li::before{margin-top: 18px;}
 	  
	  .page-title{padding:15px 0; width:35%;}
	  .leftTitle{width: 220px; }
	  .posBg{line-height: 70px;height: 70px;}
	  .rightTitle{margin-top: 0; margin-left: 0;}

	  .dt,.w50per,.leftSide,.rightSide{
		  width: 100%;
	  }
	  .leftSide{
	  	background: none; padding-bottom: 0;
	  }
		.xw-box{margin-left: 0;} 
		.detail{
			margin-top: 10px;min-height: 300px;
		}
     
	
	.div_piccontenttitle_li{
		width: 49%;
		display:inline-block;vertical-align:top;float:none;
	}
        .menu{overflow-y:auto; height:100vh; overflow-x:hidden; position: relative;
           background-color:rgba(41,103,89,0.95);
           position:fixed;top:0;left:0; z-index:99; width:100%; 
        }
	.wp_nav .nav-item{
		width: 100%; padding:0;
	}
	.wp_nav .sub-nav .nav-item a span.item-name{
		color: #fff;
		padding:15px 0;
	}
	.wp_nav .sub-nav{
		position: relative;visibility: visible!important;top:0!important;border:0;
		display: inline-block; height:auto!important; width:100%!important;
	}
	.wp_nav .sub-nav .nav-item{background: rgba(0,0,0,0.1); width:32%!important}
	.wp_nav .sub-nav .nav-item a{border-top: 0;}
	.newslist .wp_article_list_table{
		display: table;
	}
	.newslist .wp_article_list_table tr{
		display: table-row;
	}
	.div_piccontenttitle_li .c_pt_12 .c_pic img{
	    height:10rem!important;
    }
	.jwplayer{height:17rem!important;}
	/*师资*/
	.tea-list li{width:49%}
        .tabNav{margin-top:15px}
}

@media (max-width: 414px) {
	.newslist .wp_article_list .list_item .pr_fields{
		width: 70%!important;
	}  
	.m-menubtn{margin-top:0;}
  #header .logo{
    	width: 80%; margin-top:1rem;
    }
    /*师资*/
 
     .HomeNews li span{float:none; display:block;}
}